home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for f3iafill.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAFILLET_H = 1;
- include("real/intact/r3iacons.js")
-
-
- var R3CLID_IAFILLET = 673;
-
-
-
-
-
-
-
- R3IAFILLETA_Cut = 673500;
- function SetR3IAFILLETA_Cut(value) {
- R3Set(this.r3obj, R3IAFILLETA_Cut, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IAFILLETA_Cut() {
- return R3Get(this.r3obj, R3IAFILLETA_Cut, R3TID_BOOLEAN, 0);
- }
-
- R3IAFILLETA_Radius = 673501;
- function SetR3IAFILLETA_Radius(value) {
- R3Set(this.r3obj, R3IAFILLETA_Radius, value, R3TID_FLOAT, 0);
- }
-
- function GetR3IAFILLETA_Radius() {
- return R3Get(this.r3obj, R3IAFILLETA_Radius, R3TID_FLOAT, 0);
- }
-
- R3IAFILLETA_Order = 673502;
- function SetR3IAFILLETA_Order(value) {
- R3Set(this.r3obj, R3IAFILLETA_Order, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IAFILLETA_Order() {
- return R3Get(this.r3obj, R3IAFILLETA_Order, R3TID_BOOLEAN, 0);
- }
-
- R3IAFILLETA_Resolution = 673503;
- function SetR3IAFILLETA_Resolution(value) {
- R3Set(this.r3obj, R3IAFILLETA_Resolution, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IAFILLETA_Resolution() {
- return R3Get(this.r3obj, R3IAFILLETA_Resolution, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Iafillet () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAFILLET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCut=GetR3IAFILLETA_Cut;
- this.SetCut=SetR3IAFILLETA_Cut;
- this.GetRadius=GetR3IAFILLETA_Radius;
- this.SetRadius=SetR3IAFILLETA_Radius;
- this.GetOrder=GetR3IAFILLETA_Order;
- this.SetOrder=SetR3IAFILLETA_Order;
- this.GetResolution=GetR3IAFILLETA_Resolution;
- this.SetResolution=SetR3IAFILLETA_Resolution;
- }
-
- r3Iafillet.prototype=new r3Iaconstructor;
- // f3iafill.h_H